home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / languages / dde / fronts / _data2asm / desc < prev    next >
Encoding:
Text File  |  1992-05-25  |  780 b   |  41 lines

  1. # This is a description of the wimp interface for !Data2asm
  2.  
  3. tool_details_start
  4.    name          "Data2asm";
  5.    version       "1.00 (25-May-92)";
  6.    wimpslot      32k;
  7. tool_details_end
  8.  
  9.  
  10. metaoptions_start
  11.    has_auto_run;
  12.    has_text_window;
  13.    has_summary_window;
  14. metaoptions_end
  15.  
  16.  
  17. dbox_start
  18.    icons_start
  19.       icn   3  maps_to string   not_saved;
  20.       icn   4  maps_to string   not_saved;
  21.       icn   8  maps_to "-m" ;
  22.       icn   9  maps_to "-q" ;
  23.    icons_end
  24.  
  25.    defaults
  26.       icn  3 "",
  27.       icn  4 "",
  28.       icn  8 off,
  29.       icn  9 off;
  30.  
  31.    imports_start
  32.       drag_to  icn 3   inserts icn 3 separator_is " ";
  33.       drag_to  icn 4   inserts icn 4 separator_is " ";
  34.       drag_to  iconbar inserts icn 3;
  35.    imports_end
  36. dbox_end
  37.  
  38.  
  39. order_is  icn 8,icn 9,icn 3, icn 4;
  40.  
  41.